Skip to content

Update ADK doc according to issue #1650 - 1#1651

Open
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260417-183127
Open

Update ADK doc according to issue #1650 - 1#1651
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260417-183127

Conversation

@adk-bot
Copy link
Copy Markdown
Collaborator

@adk-bot adk-bot commented Apr 17, 2026

1. Create new documentation for the Agent Identity integration

Doc file: docs/integrations/agent-identity.md

Current state:

(File does not exist)

Proposed Change:

Create a new integration page for Agent Identity.
Add catalog frontmatter (e.g. catalog_title: Agent Identity, catalog_description: Manages the complete lifecycle of an access token using the GCP Agent Identity Credentials service.).
Include installation instructions: pip install "google-adk[agent-identity]".
Show how to register the provider globally:

from google.adk.auth.credential_manager import CredentialManager
from google.adk.integrations.agent_identity import GcpAuthProvider

CredentialManager.register_auth_provider(GcpAuthProvider())

Show how to use it with toolsets (like McpToolset) by defining the scheme:

from google.adk.integrations.agent_identity import GcpAuthProviderScheme
auth_scheme = GcpAuthProviderScheme(name="my-jira-auth_provider")
mcp_toolset_jira = McpToolset(..., auth_scheme=auth_scheme)

Reasoning:
The new Agent Identity integration (GcpAuthProvider) was added to the Python SDK to handle authentication against GCP's Agent Identity Credentials service, but it lacks documentation. Creating this integration page will expose it in the tools catalog.

Reference: src/google/adk/integrations/agent_identity/gcp_auth_provider.py, src/google/adk/integrations/agent_identity/README.md

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 17, 2026

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 78d711d
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/69e27c83c1dfe8000807ff74
😎 Deploy Preview https://deploy-preview-1651--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant